ServiceDeleteRule Method (IListString, Boolean) |
Deletes inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse DeleteRule(
IList<string> ruleIds,
bool removeOutlookRuleBlob
)
Public Function DeleteRule (
ruleIds As IList(Of String),
removeOutlookRuleBlob As Boolean
) As RuleOperationResponse
Parameters
- ruleIds
- Type: System.Collections.GenericIListString
The rule ids. - removeOutlookRuleBlob
- Type: SystemBoolean
if set to true [remove outlook rule BLOB].
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also